projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43be921
)
(x-resolve-font-name): Clean up error messages.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 31 May 1993 18:02:03 +0000
(18:02 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 31 May 1993 18:02:03 +0000
(18:02 +0000)
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 7788617ea2797631732f6652c88ea9f26f771de1..b19159020c0f3744cd7ad9eec7f080b1d1f185b6 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-428,9
+428,9
@@
also the same size as FACE on FRAME."
(let ((fonts (x-list-fonts pattern face frame)))
(or fonts
(if face
- (error "
no fonts matching pattern are the same size as `%s'.
"
+ (error "
No fonts matching pattern are the same size as `%s'
"
face)
- (error "
no fonts match `%S'.
" pattern)))
+ (error "
No fonts match `%s'
" pattern)))
(car fonts))
(cdr (assq 'font (frame-parameters (selected-frame))))))